A glossary of the words defined in the file 'Brodie'.
.( ( -- ) say: "dot paren" <Brodie extension> Display the text that follows, delimited by ). Do not use in a definition.
.R ( n width -- ) say: "dot are" <Brodie extension> Display a number right justified in a field width wide.
.S ( n[m] .. n[1] -- n[m] .. n[1] ) say: "dot ess" <Brodie extension> Display the contents of the stack.
2- ( n -- n-2 ) say: "two minus" <Brodie extension> Subtract two from a number on the stack.
<> ( n1 n2 -- f ngth numbers, return a double number. A synonym for U*.
UM/MOD ( d n -- urem uquot ) say: "you em slash mod" <Brodie extension> Divide a double number by a single number returning the unsigned remainder and quotient.
WORD ( c -- addr ) <Brodie extension> Redefined to return the address of here.
['] ( -- addr ) say: "bracket tick" <Brodie extension> Get the address of the next word in a colon definition.